﻿@charset "utf-8";
@import url("styles.css");
/*
   * The wx.zhangruiwoloveni *
   * http://wxizz.com/ *
   * Released on: 2018,12,17 *
*/  

/* header */
.header,
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.header {
    padding-top: 8px;
}
.header .home-banner,
.header .column-banner {
    width: 1000px;
    height: 231px;
    overflow: hidden;
}
.header .column-banner {
    height: 100px;
}
.header .nav {
    border: 1px solid #BDBFC0;
    background-color: #BDBFC0;
    width: 998px;
    height: 21px;
    overflow: hidden;
    position: relative;
}
.header .nav-list {
    width: 620px;
    position: absolute;
    left: 174px;
    background-color: #E0E3E5;
    line-height: 22px;
}
.header .nav-list li {
    float: left;
    border-right: 1px solid #BDBFC0;
    width: 68px;
}
.header .nav-list li a {
    color: #343434;
    display: block;
}

/* wrapper */
.wrapper {
    background-color: #E0E3E5;
}
.wrapper .content-left {
    width: 175px;
}
.wrapper .content-right {
    width: 205px;
}
.wrapper .content-sidebar-column {
    padding: 33px 0 33px 11px;
    border: 1px solid #BDBFC0;
    border-top: 0 none;
    border-bottom-width:23px; 
}
.wrapper .content-sidebar-column a,
.wrapper .content-sidebar-columns a {
    color: #000;
}
.wrapper .content-sidebar-columns {
    border: 0 none;
    padding: 18px 0 13px 11px;
}
.wrapper .content-downlist {
    border: 1px solid #BDBFC0;
    border-top: 0 none;
    border-bottom-width:22px;
}
.wrapper .content-downlist li {
    border-bottom: 1px solid #BDBFC0;
    padding: 11px 0 11px 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrapper .content-downlist li a {
    color: #000;
}
.wrapper .content {
    width: 580px;
    min-height: 300px;
    background-color: #fff;
    padding: 20px;
}
.wrapper .content h3 {
    font-size: 16px;
    color: #000;
    border-bottom: 20px solid #007FCC;
    padding: 12px 0 30px
}
.wrapper .content-list {
    padding: 0;
}
.wrapper .content-list dl {
    float: left;
    width: 180px;
    background-color: #E0E3E5;
    margin-right: 20px;
}
.wrapper .content-list dl.m0 {
    margin: 0;
}
.wrapper .content-list dl p {
    border: 1px solid #BDBFC0;
    text-align: right;
    padding: 4px;
}
.wrapper .content-list dl p i {
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #CC0000;
    vertical-align: middle;
    margin-left: 6px;
}
.wrapper .content-list dt {
    width: 180px;
    height: 130px;
    overflow: hidden;
}
.wrapper .content-list dt img {
    width: 100%;
}
.wrapper .content-list dd {
    padding: 12px;
    line-height: 22px;
    height: 300px;
}

/* columns */
.sidebar-nav {
    padding: 0;
    border-left: 1px solid #BDBFC0;
    border-right: 1px solid #BDBFC0;
}
.sidebar-nav li {
    border-bottom: 1px solid #BDBFC0;
    overflow: hidden;
}
.sidebar-nav li a {
    color: #000;
    display: block;
    padding: 11px 0 11px 11px;
}
.sidebar-nav li a.on {
    background-color: #fff;
    color: #f00;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    background-color: #007FCC;
    color: #fff;
    text-decoration: none;
}
.container {
    padding: 0;
    color: #0d0d0d;
}
.container a {
    color: #0d0d0d;
}
.container img {
    max-width: 100%;
}
.container table {
    border-collapse: collapse;
    width: 100%;
    border-color: #343434
}

/* photo */
.photolist {
    padding: 0;
}
.photolist ul {
    margin-right: -2%;
}
.photolist li {
    float: left;
    width: 31.33333333%;
    margin: 0 2% 2% 0;
}
.photolist li a {
    display: block;
}
.photolist li .pic-link {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 31.33333333%;
    height: 135px;
    border: 1px solid #BDBFC0;
}
.photolist li img {
    max-width: 100%;
    max-height: 135px;
}
.photolist li a {
    color: #000
}
.photolist li p {
    padding-top: 8px;
}

/* details */
.details-main {
    position: relative;
}
.details-main .title {
    position: relative;
    top: -21px;
    left: 6px;
}
.details-main .pics {
    margin-bottom: 12px
}
.details-main .pics img {
    max-width: 100%;
}
.details-main .down {
    padding: 0 0 10px;
}
.details-main .down a {
    color: #343434;
    display: block;
    background: url(/images/down.png) left 2px no-repeat;
    background-size: 3%;
    padding: 0 0 5px 22px;
}
.details-main .previous,
.details-main .next {
    color: #838383;
    padding-top: 10px;
}
.details-main .previous a,
.details-main .next a {
    color: #707070;
}
.details-main .previous a:hover,
.details-main .next a:hover {
    color: #BA0000;
}

/* list */
.list {
    padding: 0;
}
.list span {
    color: #ADADAD;
    padding-bottom: 8px;
    display: inline-block;
}
.list li {
    background: url(/images/listico.jpg) 1px center no-repeat;
    padding-left: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list div img {
    display: block;
}

/* product */
.productlist {
    padding: 0;
}
.productlist ul {
    margin-right: -2%;
}
.productlist li {
    float: left;
    width: 23%;
    margin: 0 2% 2% 0;
}
.productlist li .pic-link {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 23%;
    height: 150px;
    border: 1px solid #BDBFC0;
}
.productlist li img {
    max-width: 100%;
    max-height: 150px;
}
.productlist li a {
    color: #000;
}
.productlist li p {
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* Next */
.cp-Next { 
    width:100%;
    padding:15px 0 0;
}

/* message */
.message {
    padding: 0;
}
.message .msg {
    padding: 0;
}
.message .msg-form {
    padding: 0;
}
.message .msg-form li {
    margin-bottom: 8px;
    display: block;
}
.message .msg-form li span {
    display: inline-block;
    vertical-align: top;
}
.message .msg-form li span i {
    color: #f00;
    padding-right: 5px;
}
.message .msg-form li input,
.message .msg-form li textarea {
    border: 0 none;
}
.message .msg-form li .ipt {
    border: 1px solid #BDBFC0;
    padding: 5px;
    width: 55%;
    color: #666;
}
.message .msg-form li .texta {
    height: 80px;
    vertical-align: middle;
}
.message .msg-form li .ipt-code {
    width: 40%;
}
.message .msg-form li img {
    height: 26px;
    display: inline-block;
    vertical-align: -8px;
    margin-left: 3px;
}
.message .msg-form li .btn {
    background: #990000;
    color: #fff;
    padding: 6px 6%;
    cursor: pointer;
    margin-left: 59px;
}





/* footer */
.footer {
    width: 1000px;
    margin: 0 auto 1px;
    background: #E0E3E5;
}
.footer .footer-left,
.footer .footer-right {
    border-top: 20px solid #BDBFC0;
    width: 175px;
}
.footer .footer-right {
    width: 205px;
}
.footer .footer-middle {
    background-color: #fff;
    padding: 0 20px;
    width: 580px;
}
.footer .copyright {
    border-top: 20px solid #BDBFC0;
    padding: 68px 0;
    color: #000;
}
.footer .bottom {
    background-color: #BDBFC0;
    height: 20px;
    padding: 1px 0;
    width: 1000px;
    overflow: hidden;
    position: relative;
}
.footer .bottom-middle {
    width: 620px;
    height: 20px;
    position: absolute;
    left: 175px;
    background-color: #E0E3E5;
}
.footer .bottom-middle span {
    border-right: 1px solid #BDBFC0;
    height: 20px;
    display: inline-block;
    width: 33.33333333%;
}

